home *** CD-ROM | disk | FTP | other *** search
/ Micromanía: 150 Juegos 2010 / 150Juegos_16.iso / Shareware / Shape Smash / shape-smash.swf / scripts / Box2D / Collision / Shapes / _uy491.as < prev    next >
Encoding:
Text File  |  2010-05-14  |  395 b   |  21 lines

  1. package Box2D.Collision.Shapes
  2. {
  3.    import Box2D.Common.Math.b2Vec2;
  4.    
  5.    public class _uy491 extends _sw544
  6.    {
  7.       public var localPosition:b2Vec2;
  8.       
  9.       public var radius:Number;
  10.       
  11.       public function _uy491()
  12.       {
  13.          localPosition = new b2Vec2(0,0);
  14.          super();
  15.          type = _hx306.e_circleShape;
  16.          radius = 1;
  17.       }
  18.    }
  19. }
  20.  
  21.